home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / cnet / cnet_toolkit2f.lha / CNet_ToolKit.TEXT! < prev    next >
Text File  |  1994-12-25  |  33KB  |  799 lines

  1. ****************************************************************************
  2.    CNet MCI Enhancement Kit, v1.2 by PMK & Dotoran - CNet v3.05c & Beyond!
  3.  
  4.                    A Collection of CNet MCI Enhancements!
  5.  
  6.     $VER: CNet MCI Enhancement Kit, v1.2 (24-Dec-94) by PMK & Dotoran!
  7. ****************************************************************************
  8.  
  9.     This kit originally started out as a single routine in the Arexx Tool
  10. Kit v2.0, but since it's MCI and not Arexx, and the routines are only usable
  11. at specified places in BBSTEXT/BBSMENU, so I decided to make a *NEW* Kit, an
  12. MCI Enhancement Kit.  This is what you are reading now!
  13.  
  14. NOTES: Some of the lines are VERY long, due to the limititations of MCI's
  15.        'programming' abilities, but everything has been tested 100%.
  16.  
  17.        Change ALL occurances of { to a "Control Q" character, and change ALL
  18.        occurrances of \ to a "Control Y" character, unless otherwise stated
  19.        in an items description tag.
  20.  
  21.        The characters <-- signify that the following line(s) should APPEAR
  22.        ON THE SAME LINE, instead of separate lines. The longer lines were
  23.        broken down for readability purposes ONLY, and will NOT FUNCTION THE
  24.        RIGHT WAY if placed on separate lines. NO SPACES appear at the ENDS
  25.        of any of these lines. I made sure to break the line BETWEEN REGULAR
  26.        Non-Space characters. The " *  " text at the START of each line is
  27.        NOT part of the line(s) to be entered.
  28.  
  29.        Included in the archive is the "ExamplePictures/" directory, which
  30.        contains some screen-shots of the various routines/enhancements. You
  31.        will also find a file "CNet_BBSTEXT.Lines!", which contains ALL lines
  32.        which could be added to BBSTEXT. The file is formatted for the lines
  33.        to appear as they should, if included in your BBSTEXT file. You will
  34.        need to use a text editor like CED, which allows for VERY LONG line
  35.        lengths. It is NOT suggested that you use an editor like AZ or ED, as
  36.        these editors use 255 characters as their default max line length.
  37.  
  38. BEWARE: If you choose to include one or more of the longer(greater than 255
  39.         character) lines in your BBSTEXT file, you will, from that point on,
  40.         need to edit the file using CED(or another editor which allows for
  41.         VERY LONG LINES). Mistakenly editing the file using an editor which
  42.         does not allow for long lines will corrupt the file, and may result
  43.         in your system showing adverse effects(even to the point of GURU!)
  44.  
  45.              Peter "PMK" Klein, Flux Point Amiga BBS +45 3526 2527
  46.              David "Dotoran" Weeks, Frontiers BBS +1 716 823 9892!
  47. ****************************************************************************
  48.  
  49. CONTENTS:
  50.  
  51.    THE BBSMENU ENHANCEMENTS:
  52.  
  53.        [M01] : "Reverse NSal" - Show New Messages, THEN the New Files.
  54.        [M02] : Disable use of the "SuperUser" help level.
  55.        [M03] : Quick Upload Mode for ZModem users.
  56.        [M04] : Some quick aliases for Menu # 2; Available Everywhere.
  57.        [M05] : Some quick aliases for Menu's 4; UD/Base and 6; G/P/News.
  58.        [M06] : Here are 32 computer types you could use for Menu # 30.
  59.  
  60.    THE BBSTEXT ENHANCEMENTS:
  61.  
  62.        [T01] : Split the GFiles/PFiles/News display into 2 columns.
  63.        [T02] : Split the G/P/N display into 2 columns with BOXES.
  64.        [T03] : Colorize the +/-/!/v/p flag in the file descriptions.
  65.        [T04] : Colorize the +/-/* area flag, shown when listing subboards.
  66.        [T05] : "Sent By: <handle>/<real name>" in the file desciptions.
  67.        [T06] : Display banner before Uploading, Downloading or QWK Uploading.
  68.        [T07] : Force ALL users into IBM-ANSI at logon.
  69.        [T08] : Display filenames in UDBase as <NAME>.<SUFFIX>
  70.        [T09] : Help-Header for Mail Read. - Shown when reading Private mail.
  71.        [T10] : Display download count, instead of responses in UDBase.
  72.        [T11] : Decrease "dead space" size in Base/UDBase LIST command.
  73.        [T12] : USE the "dead space" above, so it's NOT "dead space"!
  74.        [T13] : Show PRIVATE * Flag when using ST and FI commands!
  75.  
  76.    OTHER MCI ENHANCEMENTS:
  77.  
  78.        [O01] : Guideline Entry-text for Mail (and File) Subboards.
  79.        [O02] : How to test for Infinite File/Byte Credit using MCI.
  80.  
  81. ****************************************************************************
  82.  
  83.                            THE BBSMENU ENHANCEMENTS
  84.                            ~~~~~~~~~~~~~~~~~~~~~~~~
  85.  
  86.  **[M01]********************************************************************
  87.  *
  88.  * Description: "Reverse NSal" - Changes the NSAL command to show New
  89.  *              Messages, BEFORE the New Files.  (All done using MCI)
  90.  *              This allows the user to start a Yank of the new mail,
  91.  *              and then browse through the new files, while the yank
  92.  *              is being processed in the background.
  93.  *
  94.  *   Author(s): PMK             - Flux Point Amiga BBS      +45 3526-2527
  95.  *
  96.  ***************************************************************************
  97.  *
  98.  *       Usage: Edit your BBSMENU, and add the following line to the end of
  99.  *              Menu # 2; Available everywhere
  100.  *
  101.  *              NSal      | {& NM}{& NF}
  102.  *
  103.  *              Now change the original 'NSal' command to something like
  104.  *              '2NSal' to avoid conflicts!
  105.  *
  106.  *       Notes: You could also install it as a completely new command, like
  107.  *              'NItems', so both options are available to the user!
  108.  *
  109.  
  110.  
  111.  **[M02]********************************************************************
  112.  *
  113.  * Description: Disable use of the 'SuperUser' help level.
  114.  *
  115.  *   Author(s): PMK             - Flux Point Amiga BBS      +45 3526-2527
  116.  *
  117.  ***************************************************************************
  118.  *
  119.  *       Usage: Edit your BBSMENU, then find Menu # 2; Available Everywhere
  120.  *
  121.  *              Change:    EP, EDit PREFS
  122.  *
  123.  *                Into:    ¹¹EP
  124.  *
  125.  *              The ¹¹ is created by pressing the ALT-1 key two times.
  126.  *              Then add the following line to the end of this menu:
  127.  *
  128.  *              EP, EDit PREFS       | {& ¹¹EP}{T55#3}{JN1}{L55#2}{1}
  129.  *
  130.  *       Notes: Remember, {'s above are Control-Q characters!
  131.  *
  132.  
  133.  
  134.  **[M03]********************************************************************
  135.  *
  136.  * Description: Quick Upload Mode for ZModem users. - Allows the user to
  137.  *              start uploading, WITHOUT having to press U.
  138.  *
  139.  *   Author(s): PMK             - Flux Point Amiga BBS      +45 3526-2527
  140.  *
  141.  ***************************************************************************
  142.  *
  143.  *       Usage: Edit your BBSMENU, then find Menu # 4; UD/Base
  144.  *
  145.  *              Add the following line to the end of the menu:
  146.  *
  147.  *              RZ      | {& ;U!;;;}
  148.  *
  149.  *       Notes: Change { above into a Control-Q character. (Last Reminder!)
  150.  *
  151.  
  152.  
  153.  **[M04]********************************************************************
  154.  *
  155.  * Description: The following four command aliases can be a Godsend to any
  156.  *              SysOp running Networked BBS's who wish to send NETMAIL.
  157.  *
  158.  *   Author(s): Bill Beogelein      - Amiga SWHQ            +1 810/473-2020
  159.  *
  160.  ***************************************************************************
  161.  *
  162.  *       Usage: Add the following four lines to the BEGINNING of Menu # 2,
  163.  *              your "Available Everywhere" menu in BBSMENU:
  164.  *
  165.  *                  NODESearch ~ MS Test@;?
  166.  *                  KEN        ~ MS Ken Pletzer@1:2410/215;Y
  167.  *                  JIM        ~ MS Jim Selleck@1:2410/215;Y
  168.  *                  NETmail    ~ MS @
  169.  *
  170.  *       Notes: These aliases will only work if you are running a valid Fido
  171.  *              NODELIST prior to using these commands.
  172.  *
  173.  
  174.  
  175.  **[M05]********************************************************************
  176.  *
  177.  * Description: The following four command aliases can make traversing the
  178.  *              directories of your udbase, base, gfiles, pfiles and news a
  179.  *              WHOLE lot easier. You can now use just ONE command to back
  180.  *              up through multi-nested directories, instead of issuing as
  181.  *              many as FOUR commands in sequence!
  182.  *
  183.  *   Author(s): Bill Beogelein      - Amiga SWHQ            +1 810/473-2020
  184.  *
  185.  ***************************************************************************
  186.  *
  187.  *       Usage: Add these four lines to the BEGINNING of Menus # 4; UD/Base
  188.  *              and Menu # 6; G/P/News in your BBSMENU file:
  189.  *
  190.  *                  : ~ /;/;/;/;/
  191.  *                  // ~ /;/
  192.  *                  /// ~ /;/;/
  193.  *                  //// ~ /;/;/;/
  194.  *
  195.  *       Notes: Depending on your directory structure, you may find a need
  196.  *              to add a fifth alias "/////", as well as slightly modifying
  197.  *              the ":" alias to include the fifth ";/", however if this is
  198.  *              the case, then I SERIOUSLY advise you to rethink your bbs's
  199.  *              layout as this would be a pretty hieous jaunt to most users!
  200.  *
  201.  
  202.  
  203.  **[M06]********************************************************************
  204.  *
  205.  * Description: The following 32 computer types could be used as your Menu
  206.  *              # 30; Computer Types, if you'd like to use more computer
  207.  *              types, but just couldn't come up with the breakdowns on
  208.  *              your own. The "Pentium" and "OS2" additions are mine, while
  209.  *              the initial 30 came from Bill. Use any of them you'd like
  210.  *              to add to your own BBSMENU # 30!
  211.  *
  212.  *   Author(s): Bill Beogelein      - Amiga SWHQ            +1 810/473-2020
  213.  *              Dotoran             - Frontiers BBS         +1 716/823-9892
  214.  *
  215.  ***************************************************************************
  216.  *
  217.  *       Usage: You can either completely REPLACE your BBSMENU # 30's entries
  218.  *              with the ones given below, or else you could choose to use
  219.  *              one or more of the following, along with your existing ones
  220.  *              to create a more realistic computer-type breakdown:
  221.  *
  222.  *              Amiga 500, Amiga 500HD, Amiga 600, Amiga 600HD,
  223.  *              Amiga 1000, Amiga 1200, Amiga 1200HD, Amiga 2000,
  224.  *              Amiga 2000HD, Amiga 2500, Amiga 3000, Amiga 3000T,
  225.  *              Amiga 4000, Amiga 4000T, Amiga 5000, Other Amiga,
  226.  *              Commodore C64/128 (8-bit), IBM XT/AT Type, IBM 286 Type,
  227.  *              IBM 386 Type, IBM 486 Type, IBM 586 Type, IBM Pentium,
  228.  *              IBM OS2, Apple II series, Macintosh I series,
  229.  *              Macintosh II series, Atari 800/130XE (8-bit),
  230.  *              Atari ST/TT (16-bit), Atari (32-bit), Unix,
  231.  *              Other Non-Amiga.
  232.  *
  233.  *      Option: There is a file titled "Menu30" included in this archive
  234.  *              that you can use for COPYING/PASTING into your BBSMENU file
  235.  *              if you wish to use the "fully bloated" version of Menu # 30.
  236.  *
  237.  *       Notes: Keep in mind that you should NOT use more than 32 computer
  238.  *              types in your listings, else those over the 32 limit will
  239.  *              NOT be displayed to the users.
  240.  *
  241.  
  242.  
  243. ****************************************************************************
  244.  
  245.                          THE BBSTEXT ENHANCEMENTS:
  246.                          ~~~~~~~~~~~~~~~~~~~~~~~~~
  247.  
  248.  **[T01]********************************************************************
  249.  *
  250.  * Description: Split the GFiles/PFiles/News display into 2 columns, all
  251.  *              done using MCI Commands!
  252.  *
  253.  *   Author(s): Lord of Flies   - Sword of X-Calibur BBS    +1 206/927-2507
  254.  *              PMK             - Flux Point Amiga BBS      +45 3526-2527
  255.  *
  256.  ***************************************************************************
  257.  *
  258.  *       Usage: Replace BBSTEXT line 652 with this one:
  259.  *
  260.  *  \n1\c6 ##  Description                         ##  Description\n1
  261.  *
  262.  *              Replace BBSTEXT line 656 with this one:
  263.  *
  264.  *  {L60#%d}{L61 60}{M60#2 %}{T60#1}{JN2}\n1{JA3}{2}{.39} {3}\c6(\ce     <--
  265.  *  {T61#9}{JG4} {4}{v61}\c6)\cf %-s\q1{T61 1209378}{JN5}\n1{5}
  266.  *
  267.  *       Notes: Line 656 above is ONE LINE, which should COMPLETELY APPEAR
  268.  *              ALL ON THE SAME LINE, which in this case is line 656.
  269.  *
  270.  *              Remember, {'s are Control-Q's and \'s are Control-Y's!
  271.  *
  272.  
  273.  
  274.  **[T02]********************************************************************
  275.  *
  276.  * Description: Split the GFiles/PFiles/News display up into 2 columns.
  277.  *              Displayed in 'boxes' (All done using MCI)
  278.  *
  279.  *   Author(s): Lord of Flies   - Sword of X-Calibur BBS    +1 206/927-2507
  280.  *              PMK             - Flux Point Amiga BBS      +45 3526-2527
  281.  *              Dotoran         - Frontiers BBS             +1 716/823-9892
  282.  *
  283.  ***************************************************************************
  284.  *
  285.  *       Fixed: If you were using additional MCI-Color codes in the NAMES of
  286.  *              the entries, then the graphics that made up the right side
  287.  *              of each box would not line up. Now they will!
  288.  *
  289.  *       Usage: For the "ASCII" version, replace BBSTEXT line 652 with this
  290.  *              line:
  291.  *
  292.  *  \n1\c6 ##  Description                         ##  Description\n1
  293.  *
  294.  *              Then replace BBSTEXT line 654 with this one:
  295.  *
  296.  *  \c4.--. .--------------------------------. .--. .--------------      <--
  297.  *  ------------------.
  298.  *
  299.  *              Lastly, replace BBSTEXT line 656 with this one:
  300.  *
  301.  *  {L60#%d}{L61 60}{M60#2 %}{T1109799#1}{JN8}\n1{JA3}{8}{T60#1}{JN2}    <--
  302.  *  \n1{JA3}{2}{.39} {3}\c4|\c2{T61#9}{JG4} {4}{v61}\c4| |\c7%-32.32s    <--
  303.  *  {T60#1}{JN9}{.38}{JA10}{9}{.69}\>9{10}\c4|{T1109799#1}{JE8}\q1       <--
  304.  *  {T61 1209378}{JN5}\c4{M61#2 %}{T61#1}{JN6}{8} |  | |[32 SPACES]|     <--
  305.  *  {6}\n1`--' `--------------------------------' `--' `------------     <--
  306.  *  --------------------'\n1\q1{5}
  307.  *
  308.  ***************************************************************************
  309.  *
  310.  *       Fixed: If you were using additional MCI-Color codes in the NAMES of
  311.  *              the entries, then the graphics that made up the right side
  312.  *              of each box would not line up. Now they will!
  313.  *
  314.  *       Usage: For the "ANSI" version, replace BBSTEXT line 652 with this
  315.  *              line:
  316.  *
  317.  *  \n1\c6 ##  Description                         ##  Description\n1
  318.  *
  319.  *              Then replace BBSTEXT line 654 with this one:
  320.  *
  321.  *  \cfÚ\c6ÄÄ\c4¿ \cfÚ\c6ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ\c4¿ \cfÚ\c6    <--
  322.  *  ÄÄ\c4¿ \cfÚ\c6ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ\c4¿
  323.  *
  324.  *              Lastly, replace BBSTEXT line 656 with this one:
  325.  *
  326.  *  {L60#%d}{L61 60}{M60#2 %}{T1109799#1}{JN8}\n1{JA3}{8}{T60#1}         <--
  327.  *  {JN2}\n1{JA3}{2}{.39} {3}\c6³\c2{T61#9}{JG4} {4}{v61}\c4³ \c6³\c7 %  <--
  328.  *  -30.30s{T60#1}{JN9}{.38}{JA10}{9}{.69}\>9{10}\c4³{T1109799#1}{JE8}   <--
  329.  *  \q1{T61 1209378}{JN5}\c6{M61#2 %}{T61#1}{JN6}{8} ³  \c4³ \c6³        <--
  330.  *  [32 SPACES]\c4³{6}\c6\n1À\c4ÄÄÙ \c6À\c4ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ   <--
  331.  *  ÄÄÄÄÄÙ \c6À\c4ÄÄÙ \c6À\c4ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ\n1\q1{5}
  332.  *
  333.  
  334.  
  335.  **[T03]********************************************************************
  336.  *
  337.  * Description: Colorize the +/-/!/v/p flag in the filedescriptions.
  338.  *              Sysop Favorite (The + flag) is shown in GREEN, all others
  339.  *              are shown in RED.
  340.  *
  341.  *   Author(s): PMK             - Flux Point Amiga BBS      +45 3526-2527
  342.  *
  343.  ***************************************************************************
  344.  *
  345.  *       Usage: Replace BBSTEXT line 419 with this one:
  346.  *
  347.  *  {v81 %3s}\c1{T89#+}{JN1}\c2{1}{v89}\c6{v93}{.10}\c2{v90}\c6
  348.  *
  349.  
  350.  
  351.  **[T04]********************************************************************
  352.  *
  353.  * Description: Colorize the +/-/* area flag, shown when listing subboards.
  354.  *              Dropped subboards (the - flag) is shown in RED, Joined
  355.  *              (the + flag) is shown in DARK GREEN and subboards with new
  356.  *              items (the * flag) are shown in LIGHT GREEN.
  357.  *
  358.  *   Author(s): PMK             - Flux Point Amiga BBS      +45 3526-2527
  359.  *
  360.  ***************************************************************************
  361.  *
  362.  *       Usage: Replace BBSTEXT line 320 with this one:
  363.  *
  364.  *  %2d. %5s {L70#%c}{T70#-}{JN1}\c1{JA3}{1}{T70#+}{JN2}\c2{JA3}{2}      <--
  365.  *  {T70#*}{JN3}\ca{3}{V70}\q1 %s\q1
  366.  *
  367.  
  368.  
  369.  **[T05]********************************************************************
  370.  *
  371.  * Description: How to display a 'Sent By: <handle>/<real name>' in the
  372.  *              file descriptions during scan/browse, using only MCI's!
  373.  *
  374.  *   Author(s): PMK             - Flux Point Amiga BBS      +45 3526-2527
  375.  *
  376.  ***************************************************************************
  377.  *
  378.  *       Usage: Replace BBSTEXT line 424 with this one:
  379.  *
  380.  *  {T84#0}{JE5}{T1110952#1}{JN1}{T89#p}{JN4}{1}{T1110959#0}{JN2}        <--
  381.  *  {T89#v}{JN4}{2}{T1110961#0}{JE4}\n1\c6Sent by: \c5{L61 1210924}      <--
  382.  *  {T61#0}{JE3}{M61#68 *}{L60 2401076}{M60 61 +}{M60#48 -}              <--
  383.  *  {T1612976#!}{JE3}{V1612976}{JA4}{3}Anonymous{4}\n1{5}\:0\q1\n1
  384.  *
  385.  *      Option: To display the user's REAL NAME, instead of their HANDLE,
  386.  *              change the {M60#48 -} at the end of the third line segment
  387.  *              above into {M60#27 -}
  388.  *
  389.  *      Option: If you'd also like to display the DOWNLOAD COUNT right after
  390.  *              the "Sent By" portion, then replace line 424 with this one:
  391.  *
  392.  *  {T84#0}{JE5}{T1110952#1}{JN1}{T89#p}{JN4}{1}{T1110959#0}{JN2}        <--
  393.  *  {T89#v}{JN4}{2}{T1110961#0}{JE4}\n1\c6Sent by: \c5{L61 1210924}      <--
  394.  *  {T61#0}{JE3}{M61#68 *}{L60 2401076}{M60 61 +}{M60#48 -}{T1612976     <--
  395.  *  #!}{JE3}{V1612976}{JA4}{3}Anonymous{4}{.69} \c6DLs: \c5{V85}\n1      <--
  396.  *  {5}\:0\q1\n1
  397.  *
  398.  *       Notes: Private and unvalidated files will only show 'Sent By:' if
  399.  *              the user has the 'Read private msgs'/'Skip file validation'
  400.  *              flags enabled.  Files without descriptions and unfinished
  401.  *              uploads will NOT show the 'Sent By:' text either.
  402.  *
  403.  *  Known Bugs: Anonymous Uploads will still show the uploaders Handle/Name
  404.  *              because the name/handle is calculated using the account#.
  405.  *              This also affects deleted accounts. So if user "X" uploads a
  406.  *              file, then his account is deleted for inactivty, and a new
  407.  *              user "Y" takes over his account#, then user "Y" will be the
  408.  *              one shown at the "Sent By" prompt. (Using the Read command
  409.  *              will show the true uploaders Handle/Name.)
  410.  *
  411.  
  412.  
  413.  **[T06]********************************************************************
  414.  *
  415.  * Description: How to display a banner before Uploading, Downloading
  416.  *              or QWK uploading. (All done using MCI)
  417.  *
  418.  *   Author(s): PMK             - Flux Point Amiga BBS      +45 3526-2527
  419.  *
  420.  ***************************************************************************
  421.  *
  422.  *       Usage: Add the following to the BEGINNING of BBSTEXT line 611:
  423.  *
  424.  *  {L70 1307358}{XL1}{T70#d}{JN1}{*0 SYSTEXT:SYS.DOWNLOAD}{JA3}{1}      <--
  425.  *  {T70#q}{JN2}{*0 SYSTEXT:SYS.QWK}{JA3}{2}{*0 SYSTEXT:SYS.UPLOAD}{3}
  426.  *
  427.  *       Notes: You should now create some nice looking banners in your
  428.  *              SYSTEXT: directory called "sys.download", "sys.upload" and
  429.  *              "sys.qwk", which will then be displayed before starting each
  430.  *              action.
  431.  *
  432.  *      Option: You can also create "TTx." types of files if you wish to
  433.  *              support IBM/ANSI vs ASCII, etc. These files will be shown
  434.  *              instead of the "sys." files.
  435.  *
  436.  
  437.  
  438.  **[T07]********************************************************************
  439.  *
  440.  * Description: Force ALL users into IBM-ANSI at logon. - This will bypass
  441.  *              the "Terminal [A]MIGA, [C]BM, [I]BM, [S]ky, [NONE]:" prompt.
  442.  *              (All done using MCI)
  443.  *
  444.  *   Author(s): PMK             - Flux Point Amiga BBS      +45 3526-2527
  445.  *
  446.  ***************************************************************************
  447.  *
  448.  *       Usage: Replace BBSTEXT line 22 with this one:
  449.  *
  450.  *  {& ;I}
  451.  *
  452.  *              Then replace BBSTEXT line 23 with this one:
  453.  *
  454.  *  \q1
  455.  *
  456.  
  457.  
  458.  **[T08]********************************************************************
  459.  *
  460.  * Description: Display filenames in  UDBase  as <NAME>.<SUFFIX>
  461.  *              CNet, by default, displays it as <NAME>    <SUF>
  462.  *              (A * is used if the name is too long to view)
  463.  *
  464.  *   Author(s): PMK             - Flux Point Amiga BBS      +45 3526-2527
  465.  *
  466.  ***************************************************************************
  467.  *
  468.  *       Usage: Locate BBSTEXT line 422, then REPLACE this code:
  469.  *
  470.  *  {v91 %-11.11s}{v92 %3.3s}
  471.  *
  472.  *              With this code: (Rest of line remains AS IS!)
  473.  *
  474.  *  {L70 87}{XS}{T60#15}{JL1}{V87%-13.13s}*{JA2}{1}{V87%-14.14s}{2}
  475.  *
  476.  
  477.  
  478.  **[T09]********************************************************************
  479.  *
  480.  * Description: Help-header for Mail Read. - Shown when reading Priv. mail.
  481.  *
  482.  *   Author(s): mUb             - The Lard Factory BBS      +44 724-289414
  483.  *              PMK             - Flux Point Amiga BBS      +45 3526-2527
  484.  *
  485.  ***************************************************************************
  486.  *
  487.  *       Usage: Replace BBSTEXT line 241 with this one:
  488.  *
  489.  *  \q1\n2.---Current mail item pointer.\n1|.--[\c6N\q1]ew or already [  <--
  490.  *  \c6R\q1]eplied to mail.\n1||.-[\c6P\q1]arty, [\c6B\q1]ulk, [\c6C     <--
  491.  *  \q1]arbon Copied or [\c6F\q1]ile type mail.\n1|||\n1||| ## \c2Dat    <--
  492.  *  e                   \c7Author               \c6Subject\q1\n1VVV \c5  <--
  493.  *  ===================================================================  <--
  494.  *  =======\n1
  495.  *
  496.  
  497.  
  498.  **[T10]********************************************************************
  499.  *
  500.  * Description: Here's how you can change the "response count" in the UDBase
  501.  *              into the "download count" from previous CNet versions. You
  502.  *              can even include BOTH if you'd like.
  503.  *
  504.  *   Author(s): Dotoran         - The Frontiers BBS         +1 716/823-9892
  505.  *
  506.  ***************************************************************************
  507.  *
  508.  *       Usage: Locate BBSTEXT line 422:
  509.  *
  510.  *  {v83 %3.3s} \:2\c7{v91 %-11.11s}{v92 %3.3s}\c6{v88}\:0
  511.  *
  512.  *              Change the "v83" at the start of this line to "v85":
  513.  *
  514.  *  {v85 %3.3s} \:2\c7{v91 %-11.11s}{v92 %3.3s}\c6{v88}\:0
  515.  *
  516.  *              Then locate BBSTEXT line 790:
  517.  *
  518.  *  \n1  # Upload Rsp File           Size Description\n1
  519.  *
  520.  *              Change the "Rsp" in this line to "DLs":
  521.  *
  522.  *  \n1  # Upload DLs File           Size Description\n1
  523.  *
  524.  ***************************************************************************
  525.  *
  526.  *       Usage: To include BOTH response and download counts, replace line
  527.  *              422 of BBSTEXT with this one:
  528.  *
  529.  *  {v83 %2.2s}/{v85 %2.2s} \:2\c7{v91 %-11.11s}{v92 %3.3s}\c6{v88}\:0
  530.  *
  531.  *              Replace BBSTEXT line 790 with this one:
  532.  *
  533.  *  \n1  # Upload Rsp/DLs File           Size Description\n1
  534.  *
  535.  
  536.  
  537.  **[T11]********************************************************************
  538.  *
  539.  * Description: Here's how you can decrease the size of the "dead space"
  540.  *              zone in the Base/UDBase's LIST ouput. Go from this:
  541.  *
  542.  *              1.       + General Chat     2.       + Sports Chat
  543.  *              3.       - IBM Questions    4. (dir) + SysOp Files
  544.  *
  545.  *              To a format which looks like this:
  546.  *
  547.  *              1.   + General Chat         2.   + Sports Chat
  548.  *              3.   - IBM Questions        4. D + SysOp Files
  549.  *
  550.  *   Author(s): Dotoran         - The Frontiers BBS         +1 716/823-9892
  551.  *
  552.  ***************************************************************************
  553.  *
  554.  *       Usage: Replace BBSTEXT line 318 with this one:
  555.  *
  556.  *  D
  557.  *
  558.  *              Locate BBSTEXT line 320:
  559.  *
  560.  *  %2d. %5s %c %s
  561.  *
  562.  *              Change the "%5s" to "%1s", as shown:
  563.  *
  564.  *  %2d. %1s %c %s
  565.  *
  566.  
  567.  
  568.  **[T12]********************************************************************
  569.  *
  570.  * Description: Here's how you can USE the "dead space" mentioned above, so
  571.  *              it doesn't appear as "dead space". Go from this format:
  572.  *
  573.  *              1.       + General Chat     2.       + Sports Chat
  574.  *              3.       - IBM Questions    4. (dir) + SysOp Files
  575.  *
  576.  *              To a format which looks like this:
  577.  *
  578.  *              1. (nor) + General Chat     2. (nor) + Sports Chat
  579.  *              3. (CLO) - IBM Questions    4. (dir) + SysOp Files
  580.  *
  581.  *   Author(s): Dotoran         - The Frontiers BBS         +1 716/823-9892
  582.  *
  583.  ***************************************************************************
  584.  *
  585.  *       Usage: Enter a base that appears in your LIST, then use the EL
  586.  *              command to edit the "scan filler" option(2nd column, about
  587.  *              half way down). CNet only allows you to enter 3 characters,
  588.  *              but you don't HAVE to use all three if you don't want to.
  589.  *
  590.  *      Option: You can colorize BBSTEXT line 318, which is printed if the
  591.  *              list item is a DIRECTORY. Change:
  592.  *
  593.  *  (dir)
  594.  *
  595.  *              Into something like:
  596.  *
  597.  *  \c7(\caDIR\c7)
  598.  *
  599.  *      Option: You can also edit BBSTEXT line 320's "%5s" variable:
  600.  *
  601.  *  %2d. %5s %c %s
  602.  *
  603.  *              Into something like: (If you don't want to use parentheses)
  604.  *
  605.  *  %2d. %3s %c %s
  606.  *
  607.  *              Just remember to remove them from line 318 as well.
  608.  *
  609.  *      Option: BBSTEXT line 399 contains the formatting the "scan filler"
  610.  *              will use:
  611.  *
  612.  *  (%s)
  613.  *
  614.  *              Again, it's possible to colorize or edit this text, perhaps
  615.  *              like the following:
  616.  *
  617.  *  \cc[\cb%1s\cc]
  618.  *
  619.  *              The above will only print one character between the []'s.
  620.  *
  621.  *      Option: Lastly, if you wish to totally REMOVE the scan filler, edit
  622.  *              lines 318, 320 and 399 like this:
  623.  *
  624.  *    Line 318: DELETE everything from this line(but remember to LEAVE the
  625.  *              line IN your BBSTEXT; just make it BLANK!)
  626.  *
  627.  *    Line 320: Change the line to look like this:
  628.  *
  629.  *  %2d.%0s %c %s
  630.  *
  631.  *    Line 399: DELETE everything from this line(but remember to LEAVE the
  632.  *              line IN your BBSTEXT; just make it BLANK!)
  633.  *
  634.  *              The following format will then be produced:
  635.  *
  636.  *
  637.  *              1. + General Chat           2. + Sports Chat
  638.  *              3. - IBM Questions          4. + SysOp Files
  639.  *
  640.  
  641.  
  642.  **[T13]********************************************************************
  643.  *
  644.  * Description: Here's how you can show the * (PRIVATE) flag in your STatus
  645.  *              and FInger displays, similarly as is shown in the EU command.
  646.  *
  647.  *   Author(s): Dotoran         - The Frontiers BBS         +1 716/823-9892
  648.  *
  649.  ***************************************************************************
  650.  *
  651.  *       Usage: Make the following additions to these BBSTEXT lines:
  652.  *
  653.  *          On Line 117:         Real name: %s (%c)\n1
  654.  *
  655.  *          Add this code between the : and % characters:
  656.  *
  657.  *                {L60 1101229}{T60#1}{JN 1}*{JA 2}{1} {2}
  658.  *
  659.  *          Make similar additions to lines 118, 121, 123 and 127, using
  660.  *          these codings:
  661.  *
  662.  *                {L60 1101231}{T60#1}{JN 1}*{JA 2}{1} {2}
  663.  *                {L60 1101232}{T60#1}{JN 1}*{JA 2}{1} {2}
  664.  *                {L60 1101230}{T60#1}{JN 1}*{JA 2}{1} {2}
  665.  *                {L60 1101233}{T60#1}{JN 1}*{JA 2}{1} {2}
  666.  *                          ^^
  667.  *                 NOTE DIFFERENT VALUES!
  668.  *
  669.  *          The changed lines would then look like these:
  670.  *
  671.  *  Real name:{L60 1101229}{T60#1}{JN 1}*{JA 2}{1} {2}%s (%c)\n1
  672.  *
  673.  *  Address  :{L60 1101231}{T60#1}{JN 1}*{JA 2}{1} {2}%s\n1
  674.  *
  675.  *  Voice Ph#:{L60 1101232}{T60#1}{JN 1}*{JA 2}{1} {2}%s\n1
  676.  *
  677.  *  Birthday :{L60 1101230}{T60#1}{JN 1}*{JA 2}{1} {2}%s (%d years)\n1
  678.  *
  679.  *  Data#    :{L60 1101233}{T60#1}{JN 1}*{JA 2}{1} {2}%s %s\n1
  680.  *
  681.  *          Lastly, edit line 146 to look like this one:
  682.  *
  683.  *  High baud: %d0\n1\>d* = Private Info\n1
  684.  *
  685.  
  686.  
  687. ****************************************************************************
  688.  
  689.                            OTHER MCI ENHANCEMENTS:
  690.                            ~~~~~~~~~~~~~~~~~~~~~~~
  691.  
  692.  **[O01]********************************************************************
  693.  *
  694.  * Description: Guideline Entry-text for Mail (and File) Subboards.
  695.  *              This will display a small bar, with some of the current
  696.  *              subboard settings, like Sigs allowed?, Handles allowed?,
  697.  *              Subboard Inactivity days. - Add it to your entry texts.
  698.  *
  699.  *   Author(s): PMK             - Flux Point Amiga BBS      +45 3526-2527
  700.  *
  701.  ***************************************************************************
  702.  *
  703.  *       Usage: For the 'ASCII' version, create the ENTRY file like this:
  704.  *
  705. 1*  \f1\n2{.32}\c7Area Guidelines:
  706. 2*  ------------------------------------------------------------------   <--
  707. 2*  -----------
  708. 3*  \c6   Handles Allowed: {L60 1412312}{M60 #236 +}{L70 1612976}{T11    <--
  709. 3*  13016 #5}{JE 11}\c2Yes{JA 12}{11}\c1No {12}\c6     ANSI/MCI Allow    <--
  710. 3*  ed: {M60 #7 +}{L70 1612976}{T1113016 #1}{JE 31}\c2Yes{JA 32}{31}     <--
  711. 3*  \c1No {32}\c6     Signatures Allowed: {M60 #8 +}{L70 1612976}{T11    <--
  712. 3*  13016 #1}{JE 51}\c2Yes{JA 52}{51}\c1No {52}
  713. 4*  \c6  Private Messages: {M60 #7 -}{L70 1612976}{T1113016 #0}{JN 41}   <--
  714. 4*  \c1No   {JA 43}{41}{T1113016 #1}{JN 42}\c2Yes  {JA 43}{42}\c5Force   <--
  715. 4*  {43}\c6 Anonymous Messages: {M60 #6 -}{L70 1612976}{T1113016 #0}{J   <--
  716. 4*  N 21}\c1No   {JA 23}{21}{T1113016 #1}{JN 22}\c2Yes  {JA 23}{22}\c5   <--
  717. 4*  Force{23}\c6      Inactivity Days: {L60 1412312}{M60 #234 +}{L70 1   <--
  718. 4*  612976}{L61 1113016}{M61 #256 *}{M60 #1 +}{L70 1612976}{M61 111301   <--
  719. 4*  6 +}\c3{V61}\q1
  720. |*
  721. `*-> 4 Lines Total!
  722.  ***************************************************************************
  723.  *
  724.  *       Usage: For the 'ANSI' version, create the ENTRY file like this:
  725.  *
  726. 1*  \f1\n2{.32}\c7Area Guidelines:{L74 #ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ   <--
  727. 1*  ÄÄÄÄÄÄÄÄ}
  728. 2*  \cfÚ\c6Ä{V74}{V74}\c4¿
  729. 3*  \c6³\c7  Handles Allowed: {L60 1412312}{M60 #236 +}{L70 1612976}{T   <--
  730. 3*  1113016 #5}{JE 11}\c2Yes{JA 12}{11}\c1No {12}\c7     ANSI/MCI Allo   <--
  731. 3*  wed: {M60 #7 +}{L70 1612976}{T1113016 #1}{JE 31}\c2Yes{JA 32}{31}\   <--
  732. 3*  c1No {32}\c7     Signatures Allowed: {M60 #8 +}{L70 1612976}{T1113   <--
  733. 3*  016 #1}{JE 51}\c2Yes{JA 52}{51}\c1No {52}\c4 ³
  734. 4*  \c6³\c7 Private Messages: {M60 #7 -}{L70 1612976}{T1113016 #0}{JN 4  <--
  735. 4*  1}\c1No   {JA 43}{41}{T1113016 #1}{JN 42}\c2Yes  {JA 43}{42}\c5For   <--
  736. 4*  ce{43}\c7 Anonymous Messages: {M60 #6 -}{L70 1612976}{T1113016 #0}{  <--
  737. 4*  JN 21}\c1No   {JA 23}{21}{T1113016 #1}{JN 22}\c2Yes  {JA 23}{22}\c5  <--
  738. 4*  Force{23}\c7      Inactivity Days: {L60 1412312}{M60 #234 +}{L70 16  <--
  739. 4*  12976}{L61 1113016}{M61 #256 *}{M60 #1 +}{L70 1612976}{M61 111301    <--
  740. 4*  6 +}\c3{V61 %-4s}\c4³
  741. 5*  \c6À\c4Ä{V74}{V74}Ù
  742. |*
  743. `*-> 5 Lines Total!
  744.  ***************************************************************************
  745.  *
  746.  *       Usage: For a 'BEVEL-BOX' version, the ENTRY file looks like this:
  747.  *
  748. 1*  \f1\n2{.32}\c7Area Guidelines:
  749. 2*  \c7\u1[REPLACE WITH 79 SPACES]\u0
  750. 3*  \c4\z6[REPLACE WITH 79 SPACES]\u0
  751. 4*  \z6   Handles Allowed: \c1{L60 1412312}{M60 #236 +}{L70 1612976}{T   <--
  752. 4*  1113016 #5}{JE 11}Yes{JA 12}{11}No {12}\c4     ANSI/MCI Allowed: \   <--
  753. 4*  c1{M60 #7 +}{L70 1612976}{T1113016 #1}{JE 31}Yes{JA 32}{31}No {32}   <--
  754. 4*  \c4     Signatures Allowed: \c1{M60 #8 +}{L70 1612976}{T1113016 #1   <--
  755. 4*  }{JE 51}Yes{JA 52}{51}No {52}
  756. 5*  \z6  \c4Private Messages: \c1{M60 #7 -}{L70 1612976}{T1113016 #0}{   <--
  757. 5*  JN 41}No   {JA 43}{41}{T1113016 #1}{JN 42}Yes  {JA 43}{42}Force{43   <--
  758. 5*  }\c4 Anonymous Messages: \c1{M60 #6 -}{L70 1612976}{T1113016 #0}{J   <--
  759. 5*  N 21}No   {JA 23}{21}{T1113016 #1}{JN 22}Yes  {JA 23}{22}Force{23}   <--
  760. 5*  \c4      Inactivity Days: \c1{L60 1412312}{M60 #234 +}{L70 1612976   <--
  761. 5*  }{L61 1113016}{M61 #256 *}{M60 #1 +}{L70 1612976}{M61 1113016 +}{V   <--
  762. 5*  61 %-5s}\q1
  763. 6*  \z6{M60 #145 +}{L70 1612976}{XS}{T60 #0}{JE 71}[REPLACE WITH 79      <--
  764. 6*  SPACES]\u0\n1\c4    Special Origin: \c5{V70 %-59s}\u0\n1{71}\u1\c4   <--
  765. 6*  \z6[REPLACE WITH 79 SPACES]\u0\q1
  766. |*
  767. `*-> 6 Lines Total!
  768.  *
  769.  
  770.  
  771.  **[O02]********************************************************************
  772.  *
  773.  * Description: How to test for Infinite File/Byte Credits using MCI.
  774.  *              This is not an easy task, since MCI has no bit manipulation
  775.  *              commands, like Arexx and C has.
  776.  *
  777.  *   Author(s): PMK             - Flux Point Amiga BBS      +45 3526-2527
  778.  *
  779.  ***************************************************************************
  780.  *
  781.  *       Usage: To check for Infinite File Credits:
  782.  *
  783.  *  {T1100663#63}{JG1}{T1100663#-64}{JL1}No{JA2}{1}Yes{2}
  784.  *
  785.  *              To check for Infinite Byte Credits:
  786.  *
  787.  *  {T1100663#0}{JG3}Yes{JA4}{3}No{4}
  788.  *
  789.  
  790.  
  791. ****************************************************************************
  792. Contributing Authors:
  793.  
  794.         PMK                     - Flux Point Amiga BBS      +45 3526-2527
  795.         Dotoran                 - Frontiers BBS             +1 716/823-9892
  796.         Bill Beogelein          - Amiga SWHQ                +1 810/473-2020
  797.         Lord of Flies           - Sword of X-Calibur BBS    +1 206/927-2507
  798.         mUb                     - The Lard Factory BBS      +44 724-289414
  799.